home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / TERMINAL / HDRS / MACBINAR.H < prev    next >
Text File  |  1990-11-20  |  358b  |  16 lines

  1. /*
  2.     Terminal 2.0
  3.     "MacBinary.h"
  4. */
  5.  
  6. #define BinHeaderLength 128
  7.  
  8. short BinCheckHeader (Byte *, Byte *, long *, long *);
  9. short BinCloseRead (void);
  10. short BinCloseWrite (void);
  11. short BinGetEOF (long *);
  12. short BinOpenRead (short, long, Byte *);
  13. short BinOpenWrite (short, long, Byte *, Byte *);
  14. short BinRead (long * , Byte *);
  15. short BinWrite (long *, Byte *);
  16.